@media  screen and (min-width:320px){ 


body{
  margin: 0;
  padding: 0;
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: white;
  width: 100%;
}


header{
  font-family: 'Inter', sans-serif ;
  /* height: 90px; */
  padding: 20px 14px 14px 14px;
  background-color: white;
  
}
  
  
  .about-us, .values, .teams{
    font-family: 'Inter', 'Poppins' sans-serif;
    background-color: #07143D;
    padding: 62px 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  
  
  
  .aboutusheading, .valuesheading{
    font-family: "Inter", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 54px;
    width: fit-content;
  }
  
  .aboutus-label, .values-label, .teams-label{
    display: flex;
    font-size: 12px;
    font-weight: 550;
    color: #39E7BD;
    width: fit-content;
    align-items: center;
    justify-content: center;
    
  }
  
  
  
  
  .aboutus-label img, .values-label img, .teams-label img{
    margin-right: 8px;
    width: 15px;
    height: 14px;
    object-fit: cover;
  }
  
  .aboutus-headingtext, .values-headingtext, .teams-headingtext{
    display: flex;
    flex-direction: column;
   align-items: center;
  }
  
  .aboutus-maintext, .values-maintext, .teams-maintext{
    font-size: 24px;
    line-height: 31px;
    /* font-weight: 500; */
    letter-spacing: -1px;
    color: #F2F2F2;
    width: 287px;
    margin: 0 0 21px 0;
    text-align: center;
    font-family: 'poppins', sans-serif;
  }
  
  .aboutus-subtext, .values-subtext, .teams-subtext{
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    width: 282px;
    letter-spacing:0% ;
    margin: 0;
    padding: 0;
    color: #CDCDCD;
    font-weight: 300;
    font-family: 'poppins', sans-serif;
  }
  
  
  
  .logo-container{
    height: 31px;
    width: 45%;;
    
  }
  
  .logo-container img{
    height: 100%;
    width: 100%;
    object-fit: fill;
    
  }
  
  .inner-header{
    display: flex;
    justify-content: space-between;
    padding: 19px 0;
    height: 100%;
    align-content: center;
    overflow: hidden;
  }
  
  .top-navigation{
    display: flex;
    justify-content: center;
    align-content: center;

  }


  .top-nav{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  
  .links-container{
    padding: 20px 0;
    align-items: flex-start;
    flex-direction: column;
    z-index: 999;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 50vw;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: -7px 0 7px rgba(134, 131, 131, 0.2);
    transition: .5s ease-out;
  }
  
  
  .top-nav a{
    box-sizing: border-box;
    padding: 20px 30px;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    font-family: 'inter', sans-serif;
    color: #07143D;
    font-size: 13px;
    font-weight: 600;
    display: block;
  }
  
  .top-nav a:nth-child(2), .top-nav a:nth-child(4), .top-nav a:nth-child(5) {
    box-sizing: border-box;
    padding: 20px 30px;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    font-family: 'inter', sans-serif;
    color: #475467;
    font-size: 13px;
    font-weight: 600;
    display: block;
  }
  
  
  .top-nav a:active{
    text-decoration: underline;
  }
  
  .open-sidebar-btn{
    display: block;
    padding: 0;
  }
  
  .open-sidebar-btn  svg{
    fill: #07143D;
  }
  
  .links-container svg{
    width: 30px;
    height: 30px;
    fill: #07143D;
  
  }
  
  .close-sidebar-btn{
    display: block;
    padding:  20px;
  }
  
  #sidebar-active:checked ~ .links-container{
   right: 0;
  }
  
  #sidebar-active{
    display: none;
  }
  
  #sidebar-active:checked ~ .links-container{
    right: 0;
  }
  
  #sidebar-active:checked ~ #overlay{
  
   height: 100%;
   width: 100%;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 9;
  }
  
  .Get-started-button{
    display: none;
  }
  
  .Get-started-button button{
    padding: 14px 20px;
    line-height: 24px;
    letter-spacing: -1%;
    font-size: 16px;
    font-family: inherit;
    display: flex;
    border: none;
    border-radius: 48px;
    color: white;
    font-weight: 600;
    background-color: #39E7BD;
    display: none;
  }
  .Get-started-button img{
    margin-left: 10px;
    display: none;
  }









  

  .aboutuscontent{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .image-decor-frame{
    width: 280px;
    height: 284px;
    display: flex;
    position: relative;
    overflow: hidden;
  
  }
  
  .image-frame{
    width: 260px;
    height: 264px;
    display: flex;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 1;
    
  }
  
  .image-main{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .decor-1{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 206px;
    height: 177px;
  }
  
  .decor-2{
    width: 67px;
    height: 60px;
    display: flex;
    position: absolute;
    right: -10px;
    bottom: -12px;
  }
  
  
  .textframe{
    margin: 0;
    padding: 6px;
  }
  
  .textframe p{
    width: 275px;
    font-family: "poppins", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #ebebeb;
    padding: 0%;
    margin: 36px 0;
  
  
  }
  
  .textframe button img{
    margin-left: 6px;
  }
  
  .textframe button{
    padding: 10px 14px;
    line-height: 24px;
    letter-spacing: -1%;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    display: flex;
    border: none;
    border-radius: 48px;
    color: white;
    font-weight: 600;
    background-color: #39E7BD;
    }
  
  .textframe button:hover{
    padding: 10px 14px;
    line-height: 24px;
    letter-spacing: -1%;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    display: flex;
    border: none;
    border-radius: 48px;
    color: white;
    font-weight: 600;
    background-color: #07143D;
    border: 1px solid  #39E7BD;
    transition: 0.5s;
  }






/*values*/

.values-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}

.value1, .value2, .value3, .value4, .value5, .value6, .value7,.value8, .value9{
  width: fit-content;
  display: flex;
  align-items: center;
  font-family: 'poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #F9FAFB;
  border: 2px solid rgba(181, 211, 204, 0.85);
  border-style: dashed;
  border-radius: 10px;
  padding: 12px 16px;
}

.value1 img,
.value2 img,
.value3 img,
.value4 img,
.value5 img,
.value6 img,
.value7 img,
.value8 img,
.value9 img{
  margin-right: 16px;
  width: 37px;
  height: 37px;
  object-fit: fill;
}

.value1 p,
.value2 p,
.value3 p,
.value4 p,
.value5 p,
.value6 p,
.value7 p,
.value8 p,
.value9 p{
  padding: 0;
  width: 207px;
  margin: 0;
}

.value1, .value2, .value3, .value4, .value5, .value6, .value7, .value8, .value9{
  margin-bottom: 40px;
}







/* teams */



.teams-cards{
  padding: 0 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
  
}


.member-1, .member-2, .member-3{
  width: 276px;
  height: 354px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  border-radius: 2px;
  margin-bottom: 34px;
}

 .member-4, .member-5, .member-6{
  width: 276px;
  height: 354px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  border-radius: 2px;
  margin-bottom: 34px;
}

.glassframe-1, .glassframe-2, .glassframe-3, .glassframe-4, .glassframe-5, .glassframe-6{
  display: flex;
  position: absolute;
  width: 200px;
  height: 100px;
  /* background-color: rgba(255, 255, 255, 0.3); */
  backdrop-filter: blur(15px);
  margin-bottom: 15px;
  padding: 16px;
  border-radius: 2px;
  /* padding-left: 30px; */
  border: 1px solid rgba(255, 255, 255, 0.3);
  flex-direction: column;
}

.member-name, .member-name2, .member-name3, .member-name4, .member-name5{
  width: 100%;
  margin: 0 0 4px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  /* align-items: center;
  justify-content: center; */
}

.member-name6{
  width: 100%;
  margin: 0 0 4px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.openicon{
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  display: flex;
}

.openicon img{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  object-fit: cover;
}

.m-name p{
  padding: 0;
  margin: 0 0 0 0;
  font-family: 'inter';
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
  font-size: 20px;

}

.m-title{
  margin-bottom: 16px;
}


.m-title p{
  padding: 0;
  margin: 0 0 0 0;
  font-family: 'inter';
  font-weight: 300;
  line-height: 26px;
  color: #ffffff;
  font-size: 14.5px
}

.social-icons{
  display: flex;
  margin: 0;
  padding: 0;
  
}

.social-icons img{
  margin-right: 20px;
}

.social-icons:nth-child(1){
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.social-icons:nth-child(2){
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.social-icons:nth-child(3){
  width: 20px;
  height: 20px;
  object-fit: cover;
}






  
footer{
  font-family: 'Inter', 'Poppins', sans-serif;
  background-color: #07143D;
  padding: 42px 16px ;
  border-top: 1px solid #6a8288;
}

.footer-logo{
  display: flex;
  margin: 0 0 42px 0;
  width: 100%;
}

.footer-logo img{
  width: 117px;
  height: 27px;
  object-fit: fill;
}

.main-footer-img{
  display: none;
}

.footer-logo-links{
  display: flex;
  flex-direction: column;
  font-family: 'poppins';
  padding: 0;
  margin: 0 0 42px 0;
  height: fit-content;
}

.footer-nav ul{
  display: flex;
  /* width: 200px; */
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  height: fit-content; 
}

.footer-links nav a:nth-child(1){
  margin-right: 90px; 
  margin-bottom: 12px; 
  color: #D0D5DD;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;

}

.footer-links nav a:nth-child(2){
  margin-right: 24px; 
  font-size: 14px;
  font-weight: 500;
  color: #D0D5DD;
  text-decoration: none;
  cursor: pointer;
}

.footer-links nav a:nth-child(3){
  margin-right: 102px; 
  margin-bottom: 12px; 
  font-size: 14px;
  font-weight: 500;
  color: #D0D5DD;
  text-decoration: none;
  cursor: pointer;
}

.footer-links nav a:nth-child(4){
  margin: 0;
  font-weight: 500;
  color: #D0D5DD;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.footer-links nav a:active{
  text-decoration: underline;
}


.footer-note{
  display: flex;
  flex-direction: column-reverse;
  margin: 16px 0 0 0;
  padding: 24px  0 0 0 ;
  font-family: 'poppins';
  border-top: 1px solid #6a8288;
}



.note-links{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 21px;
}

.note-links nav ul li:nth-child(1), .note-links nav ul li:nth-child(2), .note-links nav ul li:nth-child(3) {
  font-size: 13px;
  line-height: 21px;
}

.foot-note{
  color: #D0D5DD;
  font-size: 13px;
  line-height: 21px;
  display: flex;
  flex: 1;
}

.foot-note p{
  margin: 0;
  padding: 0;
}

  
  
  }